home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Interactive CD Sampler / Microsoft Interactive CD Sampler.iso / DEMOS / GREET / GREETS2.DIR / Internal_3.ls < prev    next >
Encoding:
Text File  |  1996-08-01  |  189 b   |  10 lines

  1. on exitFrame
  2.   global gTimeList, gTimeJump
  3.   if the timer >= getAt(gTimeList, gTimeJump) then
  4.     go(the frame + 1)
  5.     set gTimeJump to gTimeJump + 1
  6.   else
  7.     go(the frame)
  8.   end if
  9. end
  10.